home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / paths.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  233 b   |  10 lines

  1. #ifndef    _PATHS_H_
  2. #define _PATHS_H_
  3.  
  4. #define _PATH_DEV    "/dev/"
  5. #define _PATH_BSHELL    "/bin/sh"
  6. #define _PATH_LASTLOG   "/var/log/lastlog"
  7. #define _PATH_UTMP    "/var/run/utmp"
  8. #define _PATH_WTMP    "/var/log/wtmp"
  9. #endif /* _PATHS_H_ */
  10.